home *** CD-ROM | disk | FTP | other *** search
/ internet.au CDrom 42 / NETCD42.iso / chat / mac / ircle30.hqx / ircle 3.0.3 US / ircle3.0.3 US.rsrc / TEXT_261_commands.txt < prev    next >
Encoding:
Text File  |  1998-12-11  |  12.0 KB  |  215 lines

  1. Command reference
  2.  
  3. The following commands have currently been implemented:
  4.  
  5. syntax:
  6. []       means an argument is optional.
  7. #        any number.
  8. message  any text.
  9. channel  is a channel name starting with # or &.
  10. nick     is a nickname as used on irc..
  11.  
  12. /admin server              returns the name of the administrator of the given server.
  13. /away message              marks you as being away.  Typing /away again removes the away status 
  14. /audio                      opens the audio window (see dcc)
  15. /av                         opens the audio+video window (see dcc).
  16. /ban nick                  bans 'nick' from the current channel
  17. /bye message               displays 'message' and quits IRC
  18. /broadcast message         sends a message to all of channels you are on
  19. /channel channel [passwd]  join a channel [with password]
  20. /cmdchar c                 changes the command-prefix (default /) to the given character
  21. /cping nick                shows response time for 'nick' in seconds
  22.  
  23. /ctcp nick command       issues a CTCP command. Do /ctcp nick clientinfo for more info.
  24.              sound sndname        plays the sound 'sndname' at 'nick's computer
  25.              sound                                        displays the list of available sounds on 'nick's computer
  26.              xdcc list                        displays the list of available files on 'nick's computer
  27.              xdcc version            shows the xdcc version (currently 1.0)
  28.              xdcc    send #                asks 'nick' to send file number # to your computer
  29.              action                                    = /me
  30.              finger        shows the idle time and/or email address of a user
  31.              source        shows where to obtain ircle.
  32.              version       shows the (ircle) version.
  33.              clientinfo    shows all ctcp commands of a client.
  34.              userinfo      displays the userinfo field of a user.
  35.              ping          pings a user to see he/she is still there
  36.              face get      gets a face file from a user.
  37.              face exist    shows if a user has a face file
  38.              time           shows the local time of a user.
  39.                                                     video stream  opens a video window from the target to you.
  40.              
  41. /date                      display date and time
  42.  
  43. /dcc command nick [filename]         issues a DCC command (explained below)
  44.  
  45. Valid commands for /dcc are:
  46.  
  47. chat nick - requests CHAT connection for nick or answers such a request.
  48. send nick - send a file.
  49. tsend nick - send a text file.
  50. get   - receive a file (to be answered to a SEND request).
  51. tget  - receive a text file.
  52. list  - list all DCC connections.
  53. sendvideo nick - sends a video snapshot to a selected nick
  54. sendvideostream nick - sends your video stream to a selected nick (type /video or /av to open the video window)
  55. sendface nick - sends your face(s) to a selected nick
  56. sendaudiostream nick - sends audio to a selected nick (type /audio or /av to open the audio window)
  57.  
  58.  
  59.  
  60. filename is only used by scripts.
  61.  
  62. /debug                     shows all low level messages in ircle. use at own risk.
  63.                             unpredictable things may happen. for testing only.
  64. /exit message              = /bye
  65. /fserve nick                                                            starts a dcc chat/fserve with nick.  You will be the host
  66. /ignore pattern            ignore messages from nick!user@host (may contain wildcards)
  67.         -pattern           removes a pattern from the ignore list (also check your friends list  
  68.                             in your preferences)
  69. /info                      gives info about server
  70. /invite nick channel       invites nick to channel
  71. /ison nick                 shows if a user is on irc. not implemented on some servers.
  72. /join                      joins channel last invited to
  73. /join channel [passwd]     = /channel
  74. /kick channel nick :msg    kicks nick from channel with message, clicking Kick in the user
  75.                             window does the same. Option click lets you set a kick message.
  76. /leave channel             leave a channel, same as closing a channel window
  77. /links                     show server connections
  78. /links  mask                shows all servers matching mask
  79. /list                      list channels. Note: on some servers you'll get disconnected because
  80.                             of the large amount of data /list generates. Use wildcards in the
  81.                             refresh window.  Example:  *mac*
  82.       -min #               list only channels with minimum of # users
  83.       -max #               list only channels with maximum of # users
  84.       -public              list only public channels
  85.       -private             list only private channels
  86.       -local               list only local channels
  87.       -global              list only global channels
  88.       -topic               list only channels with topic set
  89.       -mask-               list only channels matching 'mask', for instance /list -*mac*
  90. /lusers                    display statistics: the number of users on irc worldwide and the
  91.                             number of channels.
  92. /map                       displays a map of all server connections (undernet only)
  93. /massop                    gives operator status to everyone on a channel
  94. /massdeop                  removes operator status from everyone but you on a channel
  95. /massunban                 removes all bans from a channel
  96. /me action                 sends an action description, can also be used on a dcc chat window
  97.                            (private action). shortcut: Option Return.
  98. /mode channel parm         set channel mode:
  99.         +p                 private channel
  100.         +s                 secret channel
  101.         +i                 invite-only channel
  102.         +m                 moderated channel, noone can speak except users with mode +v
  103.         +n                 no messages from outside channel
  104.         +t                 only channel operator may set topic
  105.         +l #               channel may hold at most # users
  106.         +v nick            let nick speak on moderated channel
  107.         +b                 ban list. Not implemented on some servers.
  108.         +b nick!username@hostname  ban nick
  109.         +k key             set channel password
  110.         +o nick            nick becomes channel operator
  111.         -x                 removes flag x, where x is one of the above
  112.                            You can also you the switches in the Userlist window for this.
  113. /mode nick parm            set user mode:
  114.            +i              invisible user
  115.            +s              receive server notices
  116.            +w              receive wallops
  117.            +o              IRC operator
  118.            +d              deaf mode, for bots only.
  119. /motd [server]             show message-of-the-day [of another irc server]
  120. /msg nick message          sends nick a private message. Pressing TAB automatically sets the
  121.                             inputline to /MSG and the nickname that last sent you a message.
  122.                            Ircle remembers up 10 nicks until 15 minutes after the last
  123.                            activity.
  124. /names channel             list users on channel
  125. /nick newnick              change your nickname
  126. /note                      unknown
  127. /notice user|channel msg   (almost) like /msg
  128. /notify                    show notify list
  129. /notify nick               adds nick to notification list (show each signon/off)
  130.         -nick              removes nick from notification list
  131. put the /notify command in the startup command to have it run whenever you connect.
  132. /omsg text                 send a message to all channel operators on a channel
  133. /onotice text              send a notice to all channel operators on a channel
  134. /op nick                   gives nick operator status
  135. /deop nick                 removes operator status from nick
  136. /part channel              = /leave
  137. /ping                     pings a user. to measure the delay use /cping
  138. /quote raw irccommand       sends a command to an irc server, exactly as typed.
  139. /query nick                open window for private messages to nick
  140. /quit message              = /bye
  141. /server hostname [port]    switch to a different server
  142. /silence                   show ignored users list
  143. /silence mask              ignores users with selected mask
  144. /signoff message           = /bye
  145. /sound channel soundname            plays soundname to the channel
  146. /sound nick soundname      plays soundname to nick
  147. /stats                     show statistical info:
  148.        b                   shows server ban list
  149.        c                   returns a list of servers which the server may connect to or allow
  150.                            connections from
  151.        h                   returns a list of servers which are either forced to be treated as
  152.                            leaves or allowed to act as hubs
  153.        i                   returns a list of hosts which the server allows a client to connect
  154.                            from
  155.        k                   returns a list of banned username and hostname combinations for that
  156.                            server
  157.        l                   returns a list of the server connections, showing how long each
  158.                            connection has been established and the traffic over that connection
  159.                            in bytes and messages for each direction
  160.        m                   returns a list of commands supported by the server and the usage
  161.                            count for each if the usage count is non zero
  162.        o                   returns a list of hosts from which normal clients may become 
  163.                            operators
  164.        p                   ?
  165.                    s                   ?
  166.        t                   ?
  167.        u                   returns a string showing how long the server has been up
  168.        y                   show Y (Class) lines from the server configuration file
  169.  
  170. /summon user@host          invites user@host to IRC (host must be running a server) obsolete??
  171. /time                      = /date
  172. /topic channel text        set a channel topic (double clicking in the title bar of a channel
  173.                             lets you achieve the same)
  174. /trace [user]              shows which servers are being used to connect to user
  175. /type                      type a text file to the current channel
  176. /unban                     opens the unban dialog, allowing to view and unban hosts with a
  177.                             simple click.
  178. /unban nickmask            removes 'mask (nick!username@hostname) from the channel ban list
  179. /users                     (x)
  180. /version                   show server version
  181. /video                                                                                    opens your video window
  182. /who channel               list people on channel
  183. /whois                     give information about nick that last joined the channel or sent
  184.                             private message
  185. /whois nick                give information about nick
  186. /whowas nick               give information about nick no longer online
  187. /xdcc nick                 show users XDCC commands
  188. /xdcc nick LIST            show users list of files to download.
  189. /xdcc nick SEND #          get users files number #
  190. /xdcc nick VERSION         show users XDCC version.
  191.  
  192.  
  193. Valid commands for /xdcc are
  194.  
  195. list  - list files
  196. help  - show help
  197. send  - ask for a file
  198.  
  199. IRC Operator commands:
  200.  
  201. /connect target port       Force the remote server to try establishing a new server connection to the target server, on the specified port.
  202. /die                       Used by IRC operators to force the server to exit and cease activity.
  203. /hash                      reconfigure a server
  204. /host                     
  205. /kill nick comment         The KILL message is used to cause a client-server connection to be closed by the server which has the actual connection. KILL is used by servers when they encounter a duplicate entry in the list of valid nicknames and is used to remove both entries. It is also available to operators.
  206. /oper nick password        Used by a normal user to gain operator privileges.
  207. /rehash                    Used by IRC operators to force the server to re-read its configuration file.
  208. /restart                   Used by IRC operators to force the server to restart.
  209. /squit server comment      Close a server connection.
  210. /uping                     Measures ping times between irc servers
  211. /wallops message           message to all operators (deprecated)
  212.  
  213.  
  214.  
  215.